home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / vi / vim-4.000 / vim-4 / vim-4.2 / src / proto / csearch.pro < prev    next >
Encoding:
Text File  |  1996-06-17  |  311 b   |  6 lines

  1. /* csearch.c */
  2. void do_sub __PARMS((linenr_t lp, linenr_t up, char_u *cmd, char_u **nextcommand, int use_old));
  3. void do_glob __PARMS((int type, linenr_t lp, linenr_t up, char_u *cmd));
  4. int read_viminfo_sub_string __PARMS((char_u *line, FILE *fp, int force));
  5. void write_viminfo_sub_string __PARMS((FILE *fp));
  6.